Skip to content

Conversation

@bim-msft
Copy link
Contributor

@bim-msft bim-msft commented Aug 24, 2020

Support more long-running operations:

  1. az keyvault recover
  2. az keyvault network-rule add
  3. az keyvault network-rule remove
  4. az keyvault set-policy
  5. az keyvault delete-policy

This checklist is used to make sure that common guidelines for a pull request are followed.

@bim-msft bim-msft self-assigned this Aug 24, 2020
@bim-msft bim-msft added this to the S175 - For Ignite milestone Aug 24, 2020
@Azure Azure deleted a comment from yonzhan Aug 24, 2020


def recover_keyvault(cmd, client, vault_name, resource_group_name, location):
def recover_keyvault(cmd, client, vault_name, resource_group_name, location, no_wait=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this be a breaking change to user if no_wait default false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this be a breaking change to user if no_wait default false?

@yungezz No, it's not a breaking change. The previous behavior is synchronous as well.

@qwordy
Copy link
Member

qwordy commented Aug 24, 2020

Do they all have wait commands?

@bim-msft
Copy link
Contributor Author

bim-msft commented Aug 24, 2020

Do they all have wait commands?

@qwordy Yes, all of these commands have wait commands under their command groups. This has been added previously.

az keyvault wait
az keyvault network-rule wait

@yungezz
Copy link
Member

yungezz commented Aug 25, 2020

hi @fengzhou-msft could you pls help to review? thanks

@mmyyrroonn
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@bim-msft bim-msft merged commit 303ef86 into Azure:dev Sep 15, 2020
@bim-msft bim-msft deleted the bim_kv_lro branch September 15, 2020 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants